home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2006 February / PCWFEB06.iso / Software / Toolkit / Asterisk Key 7.5 / ariskkey.exe / pk.chm / coua.css < prev    next >
Cascading Style Sheet File  |  2005-11-14  |  3KB  |  138 lines

  1. body            { color: #000000;
  2.         background: #FFFFFF;      
  3.         font-size: 70%;            
  4.         font-family: Verdana, Arial, Sans Serif; }
  5.  
  6.  
  7. a:link, a:visited     { color: "#0000FF"; text-decoration:"underline";}
  8.  
  9. a:active     { color: "#FF0000";  cursor:hand; text-decoration:"underline";}
  10.  
  11. a:hover     { color: "#FF0000";  cursor:hand; text-decoration:"underline";}
  12.  
  13. .pw_sect        { 
  14.     font-weight:bold; 
  15.     margin-bottom:" .5em"; 
  16. clear:both; }
  17.  
  18. h1
  19.         { font-size: 125%; 
  20.         margin-bottom:" .5em"; clear:both; }
  21.  
  22. h2
  23.         { font-size: 110%;  
  24.         margin-top: "1.5em";
  25.         margin-bottom:" .5em"; clear:both; }
  26.  
  27. h3
  28.         { font-size: 100%; 
  29.         margin-top: "1.2em";  
  30.         margin-bottom: ".5em"; clear:both; }
  31.  
  32. h4
  33.         { font-size: 100%; 
  34.         margin-top: "1.2em";  
  35.         margin-bottom: ".5em"; clear:both; }
  36.  
  37. h5
  38.         { font-size: 100%; 
  39.         margin-top: "1.2em";  
  40.         margin-bottom: ".5em"; clear:both; }
  41.  
  42. p
  43.         { margin-top:" .6em"; 
  44.         margin-bottom: ".6em"; }
  45.             
  46. ol
  47.         { margin-top: ".5em"; 
  48.         margin-bottom: 0; 
  49.         margin-left: "2.1em"; 
  50.         padding-left: "0em";
  51.         margin-right:"2.1em" }
  52.     
  53. ul
  54.         { margin-top: ".6em";     
  55.         margin-bottom: 0;
  56.         list-style-type: disc;
  57.         margin-left: "1.5em";
  58.         padding-left: "0em";
  59.         margin-right: "1.5em"; }
  60.         
  61. li
  62.         { margin-bottom: ".7em"; clear:both; }
  63.  
  64. dd
  65.         { margin-bottom: 0; 
  66.         margin-left: "1.5em"; } 
  67.  
  68. /* for defined terms, follow the "Document Conventions" listing in the Microsoft Manual of Style: */
  69. /* Keywords, functions, and anything else the user must enter exactly as shown are bold--add "font-weight: bold;" to the dt tag */
  70. /* Variables, book titles, and placeholders the user must provide are italic--add "font-style: italic;" to the dt tag */
  71. /* pre-defined arguments are bold and italic--add "font-weight: bold;" and "font-style: italic;" to the dt tag */
  72.  
  73. dt
  74.         { margin-top: "1em"; }
  75.  
  76. pre
  77.         { margin-top: ".5em";
  78.         margin-bottom: ".5em"; }
  79.  
  80. code
  81.         { font-family: Courier New; 
  82.         font-size: "1.1em"; }
  83.  
  84. table
  85.         { font-size: 100%;
  86.         margin-top: "1em"; 
  87.         margin-bottom: "1em"; }
  88.         
  89. th
  90.         { text-align: left;
  91.         background: #DDDDDD;
  92.         vertical-align: bottom;
  93.         padding: .2em;
  94.         padding-left: .45em;
  95.         padding-right: .5em;}
  96.         
  97. tr
  98.         { vertical-align: top; }
  99.  
  100. td
  101.         { background: #EEEEEE;
  102.         vertical-align: top;
  103.         padding: .2em;
  104.         padding-left: .45em;
  105.         padding-right: .5em;}
  106.  
  107.  
  108. /****      extended class styles ************************/
  109. /*                                           */
  110. /* add comment tags to disable the style         */
  111.  
  112. p.indent        { margin-left: "1.3em"; }       /* this class style is used to indent text for notes and warnings; use this instead of the blockquote tag */
  113.  
  114. p.indent2        { margin-left: "3.5em"; }   /* this class style is used to indent text a second level under the first  indent */
  115.         
  116. p.proclabel    { font-size: 100%;     
  117.         font-weight: bold; clear: both; }
  118.         
  119. p.uatshoot    { font-weight: bold; margin-bottom: "-.5em"; margin-top: "1em"; }
  120.  
  121.  
  122. p.note,p.tip, p.important, p.caution, p.warning 
  123.         { font-weight:bold; clear:both;
  124.          margin-top:"1em"; 
  125.          margin-bottom:"-.25em"; }    
  126.  
  127. .pw_faq_q {
  128.         clear: both;
  129.     margin-top: 30px;
  130.     text-indent: -20px;
  131.     margin-left: 20px;
  132.     font-weight: bold;
  133. }
  134.  
  135. .pw_faq {
  136.     margin-left: 20;
  137. }
  138.